This script will be a part of []baz▀ot[] v2.╪ made by Ronny 1996⌐
This Auto Greet Script Will Count The Number Of Visitors Who Came To The Channel Since You Started Counting AND iT Will Count The Number Of Times A Person Visited The Channel (multiple channel script)
*** mIRC v4.7 ONLY ***
All you need to do is to add the folowing in to the indicated section of tools
if ($readini $mircdir $+ comes.ini %chan $address($nick,3) == $null) { writeini $mircdir $+ comes.ini %chan $address($nick,3) 1 | notice $nick Welcome To %chan $+ , You Are Our %visitor [ $+ [ %chan ] ] $+ th Visitor And I Noticed That This iS Your First Time Here Since I Started Counting ! So Have Fun And Enjoy Your Stay ! }
else { %counters = $readini $mircdir $+ comes.ini %chan $address($nick,3) | %counters = [ %counters + 1 ] | writeini $mircdir $+ comes.ini %chan $address($nick,3) %counters | notice $nick Welcome To %chan $+ , ²You Are Our %visitor [ $+ [ %chan ] ] $+ th Visitor And You Have Been Here %counters Times Since Started Counting ! So Have Fun And Enjoy Your Stay ! }